Skip to content

Commit

Permalink
test: web egress to controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Apr 4, 2024
1 parent 5b00717 commit 5a310bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ spec:
{{/* matchLabels:*/}}
{{/* app: {{ include "guacamole.labels.app" . }}*/}}
{{/* component: controller*/}}
{{/* release: {{ .Release.Name }}*/}}
{{/* release: {{ .Release.Name }}*/}}
ingress:
- from:
- - podSelector:
matchLabels:
app: {{ include "guacamole.labels.app" . }}
component: web
release: {{ .Release.Name }}
5 changes: 5 additions & 0 deletions charts/guacamole/templates/web/web-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ spec:
matchLabels:
app: {{ include "guacamole.labels.app" . }}
component: guacd
release: {{ .Release.Name }}
- podSelector:
matchLabels:
app: {{ include "guacamole.labels.app" . }}
component: controller
release: {{ .Release.Name }}

0 comments on commit 5a310bb

Please sign in to comment.