|
|
@ -43,14 +43,14 @@ ingress: |
|
|
|
cert-manager.io/cluster-issuer: "certmanager-staging-issuer" |
|
|
|
} |
|
|
|
hosts: |
|
|
|
- host: kube.jameslavender.com |
|
|
|
- host: kube.example.com |
|
|
|
paths: |
|
|
|
- path: / |
|
|
|
pathType: ImplementationSpecific |
|
|
|
tls: |
|
|
|
- secretName: le-secret-staging |
|
|
|
hosts: |
|
|
|
- kube.jameslavender.com |
|
|
|
- kube.example.com |
|
|
|
|
|
|
|
resources: {} |
|
|
|
# We usually recommend not to specify default resources and to leave this as a conscious |
|
|
|