feat: add PostgreSQL tunnel deployment with ConfigMap, HPA, and service
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
metrics:
|
||||
enabled: true
|
||||
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user