Skip to content

Commit

Permalink
feat: change fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 authored and JossWhittle committed Mar 21, 2024
1 parent 7b2b569 commit 3d1153c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/guacamole/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ guacd:

securityContext: {}

labels: {}
labels: {app: guacd}
podLabels: {}
ingresslabels: [app: web]

annotations: {}
podAnnotations: {}
Expand Down Expand Up @@ -174,7 +175,11 @@ database:

instances: 1

labels: {app: database}

storage:

ingresslabels: [app: web, app: controller]

# TODO currently does not set the port on the client, just here for other places to read from
port: 5432

0 comments on commit 3d1153c

Please sign in to comment.