Skip to content

Commit

Permalink
feat: update guacd-network.yaml to allow ingress from the web pod
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Mar 21, 2024
1 parent 1a4aa2a commit 7c7ed17
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions charts/guacamole/templates/guacd/guacd-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ metadata:
spec:
podSelector:
matchLabels:
{{- toYaml .Values.guacd.labels | nindent 8 }}
matchLabels:
app: {{ include "guacamole.labels.app" . }}
component: guacd
release: {{ .Release.Name }}
policyTypes:
- Ingress
- Egress
Expand All @@ -19,6 +22,8 @@ spec:
- from:
- podSelector:
matchLabels:
{{- toYaml .Values.guacd.ingresslabels | nindent 16 }}
app: {{ include "guacamole.labels.app" . }}
component: web
release: {{ .Release.Name }}
egress:
- {}

0 comments on commit 7c7ed17

Please sign in to comment.