fix: Memcached | expose service as type Loadbalancer
Also added some custom settings
This commit is contained in:
14
helm/values/memcached.values.yaml
Normal file
14
helm/values/memcached.values.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
architecture: high-availability
|
||||
replicaCount: 3
|
||||
containerSecurityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
service:
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: memcached.home
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
interval: 10s
|
||||
scrapeTimeout: 10s
|
||||
Reference in New Issue
Block a user