move traefik svc annotations to kustomize
ci / build (push) Has been cancelled
Details
ci / build (push) Has been cancelled
Details
This commit is contained in:
parent
adc2696688
commit
38a726242c
|
@ -10,23 +10,23 @@ spec:
|
||||||
scheme: https
|
scheme: https
|
||||||
permanent: true
|
permanent: true
|
||||||
|
|
||||||
---
|
# ---
|
||||||
apiVersion: v1
|
# apiVersion: v1
|
||||||
kind: Service
|
# kind: Service
|
||||||
metadata:
|
# metadata:
|
||||||
name: traefik
|
# name: traefik
|
||||||
namespace: futureporn
|
# namespace: futureporn
|
||||||
annotations:
|
# annotations:
|
||||||
cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}"
|
|
||||||
meta.helm.sh/release-name: fp
|
# meta.helm.sh/release-name: fp
|
||||||
spec:
|
# spec:
|
||||||
type: LoadBalancer
|
# type: LoadBalancer
|
||||||
selector:
|
# selector:
|
||||||
app: traefik
|
# app: traefik
|
||||||
ports:
|
# ports:
|
||||||
- protocol: TCP
|
# - protocol: TCP
|
||||||
port: 443
|
# port: 443
|
||||||
targetPort: 8443
|
# targetPort: 8443
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
|
|
|
@ -26,6 +26,9 @@ spec:
|
||||||
namespace: futureporn
|
namespace: futureporn
|
||||||
interval: 12h
|
interval: 12h
|
||||||
values:
|
values:
|
||||||
|
service:
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-staging"
|
||||||
logs:
|
logs:
|
||||||
access:
|
access:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue