mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
Update 3 files
- /internalproxy/templates/pfsense-ingress.yaml - /internalproxy/templates/plex-ingress.yaml - /internalproxy/templates/switch01.yaml
This commit is contained in:
parent
3e30a1d2ad
commit
019ac3ceae
3 changed files with 59 additions and 75 deletions
|
|
@ -25,34 +25,6 @@ subsets:
|
|||
port: 443
|
||||
protocol: TCP
|
||||
|
||||
#---
|
||||
#
|
||||
#apiVersion: networking.k8s.io/v1
|
||||
#kind: Ingress
|
||||
#metadata:
|
||||
# name: pfsense-ingress
|
||||
# annotations:
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
# nginx.ingress.kubernetes.io/whitelist-source-range: "192.168.0.0/16"
|
||||
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||
#spec:
|
||||
# rules:
|
||||
# - host: pfsense.internal.durp.info
|
||||
# http:
|
||||
# paths:
|
||||
# - path: /
|
||||
# pathType: Prefix
|
||||
# backend:
|
||||
# service:
|
||||
# name: pfsense
|
||||
# port:
|
||||
# number: 443
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - pfsense.internal.durp.info
|
||||
# secretName: pfsense-tls
|
||||
|
||||
---
|
||||
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue