kustomize: change targetPort names
All checks were successful
Gitea Actions Demo / lint (push) Successful in 1m51s
Gitea Actions Demo / test (push) Successful in 1m50s
Gitea Actions Demo / release-image (push) Successful in 7m6s

This commit is contained in:
Ryan Cavicchioni 2025-02-07 10:32:08 -06:00
parent 7b0c93aa62
commit 0dadbec3e5
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@ spec:
image: git.kill0.net/ryanc/kipunji:latest
imagePullPolicy: Always
ports:
- name: web
- name: sinatra-web
containerPort: 4567
env:
- name: SESSION_SECRET

View File

@ -3,11 +3,10 @@ apiVersion: v1
kind: Service
metadata:
name: kipunji
spec:
ports:
- name: web
port: 80
targetPort: web
targetPort: sinatra-web
selector:
app: kipunji