Skip to content

Commit

Permalink
Fix operator port name to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlexx committed Jan 21, 2025
1 parent dcce874 commit 28883ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/kof-mothership/templates/promxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
failureThreshold: 6
httpGet:
path: /healthz
port: http
port: operator-http
scheme: HTTP
periodSeconds: 5
successThreshold: 1
Expand All @@ -70,14 +70,14 @@ spec:
failureThreshold: 120
httpGet:
path: /readyz
port: http
port: operator-http
scheme: HTTP
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 3
ports:
- containerPort: 8081
name: http
name: operator-http
resources:
{{- toYaml .Values.promxy.operator.resources | nindent 12 }}
- name: promxy
Expand Down

0 comments on commit 28883ca

Please sign in to comment.