Skip to content

Commit

Permalink
Fix Ports in Helm Chart Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Dec 2, 2024
1 parent 5d92752 commit 8748cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/namespacerole-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: namespacerole-operator
description: A Kubernetes operator that manages the role-based access control (RBAC) for namespaces
type: application
version: 0.1.0
version: 0.1.1
appVersion: v0.1.0
4 changes: 2 additions & 2 deletions charts/namespacerole-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
ports:
http:
- name: http
containerPort: 8081
protocol: TCP
metrics:
- name: metrics
containerPort: 8080
protocol: TCP
livenessProbe:
Expand Down

0 comments on commit 8748cc7

Please sign in to comment.