gitops: add cert-manager
This commit is contained in:
@@ -12,10 +12,23 @@ spec:
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: podinfo
|
||||
namespace: flux-system
|
||||
version: '>5.0.0'
|
||||
interval: 1m0s
|
||||
releaseName: podinfo
|
||||
values:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
hosts:
|
||||
- host: podinfo.lab.home.hrajfrisbee.cz
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# - chart-example.local
|
||||
replicaCount: 2
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user