move traefik svc annotations to kustomize
ci / build (push) Has been cancelled Details

This commit is contained in:
CJ_Clippy 2024-06-29 21:16:00 -08:00
parent adc2696688
commit 38a726242c
2 changed files with 20 additions and 17 deletions

View File

@ -10,23 +10,23 @@ spec:
scheme: https
permanent: true
---
apiVersion: v1
kind: Service
metadata:
name: traefik
namespace: futureporn
annotations:
cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}"
meta.helm.sh/release-name: fp
spec:
type: LoadBalancer
selector:
app: traefik
ports:
- protocol: TCP
port: 443
targetPort: 8443
# ---
# apiVersion: v1
# kind: Service
# metadata:
# name: traefik
# namespace: futureporn
# annotations:
# meta.helm.sh/release-name: fp
# spec:
# type: LoadBalancer
# selector:
# app: traefik
# ports:
# - protocol: TCP
# port: 443
# targetPort: 8443
---
apiVersion: networking.k8s.io/v1

View File

@ -26,6 +26,9 @@ spec:
namespace: futureporn
interval: 12h
values:
service:
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-staging"
logs:
access:
enabled: true