Skip to content

Commit

Permalink
Update service ports
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhaseeb2 committed May 13, 2022
1 parent 0f3775f commit 4345735
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion charts/jira-service-desk-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
name: kube-rbac-proxy
ports:
- protocol: TCP
containerPort: 8443
name: https
- args:
- --health-probe-bind-address=:8081
Expand Down Expand Up @@ -74,7 +75,7 @@ spec:
ports:
- containerPort: 9443
name: webhook-server
protocol: TCP
port: 443
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions charts/jira-service-desk-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ webhook:

service:
type: ClusterIP
port: 443
protocol: TCP

# Monitoring Configuration
Expand Down
3 changes: 2 additions & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ spec:
- "--logtostderr=true"
- "--v=0"
ports:
- protocol: TCP
- containerPort: 8443
protocol: TCP
name: https
- name: manager
args:
Expand Down
3 changes: 2 additions & 1 deletion config/webhook/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ metadata:
namespace: system
spec:
ports:
- protocol: TCP
- port: 443
protocol: TCP
targetPort: 9443
selector:
control-plane: controller-manager

0 comments on commit 4345735

Please sign in to comment.