Browse Source

Default osticket mariadb svc type to ClusterIP

master
Fábio Kaiser Rauber 2 years ago
parent
commit
40f1b8736c
  1. 2
      charts/osticket/v0.2.0/values.yaml

2
charts/osticket/v0.2.0/values.yaml

@ -83,6 +83,8 @@ mariadb:
requests:
memory: 700Mi
cpu: 100m
service:
type: ClusterIP
memcached:
internal: true

Loading…
Cancel
Save