Update phoenix/deployment.yaml

This commit is contained in:
mrxhunt 2026-03-12 17:00:29 +00:00
parent b16645fd60
commit 1775a9c6bd

View File

@ -17,8 +17,8 @@ spec:
spec: spec:
serviceAccountName: phoenix-sa serviceAccountName: phoenix-sa
hostPID: true hostPID: true
hostNetwork: true # hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet # dnsPolicy: ClusterFirstWithHostNet
imagePullSecrets: imagePullSecrets:
- name: harbor-secret - name: harbor-secret
containers: containers:
@ -26,7 +26,7 @@ spec:
image: harbor.mxhunt.in/k8s-lab/phoenix:934fc65d1a00f96629d07dee790a3c112afe9b28 image: harbor.mxhunt.in/k8s-lab/phoenix:934fc65d1a00f96629d07dee790a3c112afe9b28
ports: ports:
- containerPort: 8080 - containerPort: 8080
hostPort: 8080 # hostPort: 8080
env: env:
- name: DEBUG_PATH - name: DEBUG_PATH
valueFrom: valueFrom: