Skip to content

Commit

Permalink
fix: controller ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Apr 4, 2024
1 parent 5a310bb commit 2fac5ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/guacamole/templates/controller/controller-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ spec:
{{/* release: {{ .Release.Name }}*/}}
ingress:
- from:
- - podSelector:
matchLabels:
app: {{ include "guacamole.labels.app" . }}
component: web
release: {{ .Release.Name }}
- podSelector:
matchLabels:
app: {{ include "guacamole.labels.app" . }}
component: web
release: {{ .Release.Name }}

0 comments on commit 2fac5ba

Please sign in to comment.