deploy(bstein-home): target non-root frontend port

This commit is contained in:
Brad Stein 2026-04-22 00:01:50 -03:00
parent 439a44bc85
commit bfad9c19c5
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ spec:
imagePullPolicy: Always
ports:
- name: http
containerPort: 80
containerPort: 8080
readinessProbe:
httpGet:
path: /

View File

@ -10,4 +10,4 @@ spec:
ports:
- name: http
port: 80
targetPort: 80
targetPort: 8080