diff --git a/apps/pangolin/pangolin-deployment.yaml b/apps/pangolin/pangolin-deployment.yaml index 41b18a1..b9143f1 100644 --- a/apps/pangolin/pangolin-deployment.yaml +++ b/apps/pangolin/pangolin-deployment.yaml @@ -37,7 +37,7 @@ spec: - name: pangolin image: fosrl/pangolin:1.21.0 ports: - - containerPort: 3001 + - containerPort: 3002 name: http env: - name: PANGOLIN_URL @@ -85,7 +85,7 @@ spec: livenessProbe: httpGet: path: / - port: 3001 + port: 3002 initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 @@ -93,7 +93,7 @@ spec: readinessProbe: httpGet: path: / - port: 3001 + port: 3002 initialDelaySeconds: 30 periodSeconds: 5 timeoutSeconds: 3 @@ -117,8 +117,8 @@ spec: selector: app: pangolin ports: - - port: 3001 - targetPort: 3001 + - port: 3002 + targetPort: 3002 protocol: TCP --- # Pangolin Ingress @@ -146,4 +146,4 @@ spec: service: name: pangolin port: - number: 3001 + number: 3002