Fix port
continuous-integration/drone/push Build is passing Details

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:
- name: general-api
port: 8080
targetPort: 8080
targetPort: 80
selector:
app: api-apps

View File

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