Skip to content

Commit

Permalink
🌐 Remove Kubernetes networking configuration in some areas where defa…
Browse files Browse the repository at this point in the history
…ult values can be leveraged
  • Loading branch information
ndebuhr committed Jan 24, 2022
1 parent bcea96c commit 301101c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
7 changes: 2 additions & 5 deletions deploy/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ spec:
- "--redis-connection-url=redis://{{ .Release.Name }}-redis-master:6379"
ports:
- containerPort: 4180
protocol: TCP
resources: {{ toYaml .Values.oauth2Proxy.resources | nindent 10 }}
env:
# OIDC Config
Expand Down Expand Up @@ -444,13 +443,11 @@ metadata:
labels:
app: oauth2-proxy
spec:
selector:
app: oauth2-proxy
ports:
- name: http
port: 4180
protocol: TCP
targetPort: 4180
selector:
app: oauth2-proxy
{{ if eq .Values.policies.enabled true }}
---
apiVersion: networking.k8s.io/v1
Expand Down
4 changes: 0 additions & 4 deletions deploy/templates/selenium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@ spec:
app: selenium-hub
ports:
- name: web
protocol: TCP
port: 80
targetPort: 4444
- name: tests
protocol: TCP
port: 4444
targetPort: 4444
- name: event-bus-publish
protocol: TCP
port: 4442
targetPort: 4442
- name: event-bus-subscribe
protocol: TCP
port: 4443
targetPort: 4443
---
Expand Down
1 change: 0 additions & 1 deletion deploy/templates/sftp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ spec:
ports:
- name: sftp
port: 22
targetPort: 22
selector:
app: sftp
---
Expand Down

0 comments on commit 301101c

Please sign in to comment.