Compare commits
3 Commits
9ccc72005c
...
29449e2c9f
| Author | SHA1 | Date | |
|---|---|---|---|
| 29449e2c9f | |||
|
7fec16ecab
|
|||
|
b8655242fa
|
@@ -35,7 +35,7 @@ spec:
|
|||||||
name: cluster-fun (v2)
|
name: cluster-fun (v2)
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://charts.jetstack.io'
|
repoURL: 'https://charts.jetstack.io'
|
||||||
targetRevision: v1.19.3
|
targetRevision: v1.19.4
|
||||||
chart: cert-manager
|
chart: cert-manager
|
||||||
helm:
|
helm:
|
||||||
version: v3
|
version: v3
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
memory: 300M
|
memory: 300M
|
||||||
limits:
|
limits:
|
||||||
memory: 300M
|
memory: 600M
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
|
|||||||
@@ -39,16 +39,16 @@ spec:
|
|||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
requests:
|
requests:
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
# livenessProbe:
|
livenessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /healthz
|
path: /
|
||||||
# port: web
|
port: web
|
||||||
# initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
# readinessProbe:
|
readinessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /healthz
|
path: /
|
||||||
# port: web
|
port: web
|
||||||
# initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
|||||||
Reference in New Issue
Block a user