Fix port
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-03 18:56:57 -04:00
parent e1c658177c
commit b9fff6937a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ spec:
ports: ports:
- name: general-api - name: general-api
port: 8080 port: 8080
targetPort: 8080 targetPort: 80
selector: selector:
app: api-apps app: api-apps

View File

@ -32,7 +32,7 @@ spec:
- name: CONFIG - name: CONFIG
value: "/config.yaml" value: "/config.yaml"
ports: ports:
- containerPort: 8000 - containerPort: 80
volumes: volumes:
- name: config-volume - name: config-volume
configMap: configMap: