traefik ports
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: traefik
|
||||
|
||||
resources:
|
||||
- cert
|
||||
- crds
|
||||
@@ -9,4 +12,3 @@ resources:
|
||||
- traefik-middleware-default-headers.yaml
|
||||
- traefik-namespace.yaml
|
||||
- traefik-pvc.yaml
|
||||
- traefik-service.yaml
|
||||
|
@@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- networking-ingressclass-traefik.yaml
|
||||
- traefik-service.yaml
|
||||
|
@@ -11,11 +11,11 @@ spec:
|
||||
app: traefik
|
||||
ports:
|
||||
# Local
|
||||
- name: web-local
|
||||
- name: web
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: web-local
|
||||
- name: websecure-local
|
||||
- name: websecure
|
||||
port: 443
|
||||
protocol: TCP
|
||||
targetPort: websecure-local
|
||||
@@ -39,18 +39,18 @@ spec:
|
||||
app: traefik
|
||||
ports:
|
||||
# Front
|
||||
- name: web-front
|
||||
port: 8080
|
||||
- name: web
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: web-front
|
||||
nodePort: 30080
|
||||
- name: websecure-front
|
||||
port: 8443
|
||||
- name: websecure
|
||||
port: 443
|
||||
protocol: TCP
|
||||
targetPort: websecure-front
|
||||
nodePort: 30443
|
||||
- name: dns
|
||||
port: 8053
|
||||
port: 53
|
||||
protocol: UDP
|
||||
targetPort: dns
|
||||
nodePort: 30053
|
@@ -1,13 +0,0 @@
|
||||
global:
|
||||
leaderElection:
|
||||
namespace: cert-manager
|
||||
|
||||
webhook:
|
||||
securePort: 10260
|
||||
validatingWebhookConfigurationAnnotations:
|
||||
cert-manager.io/inject-ca-from-secret: cert-manager/cert-manager-webhook-ca
|
||||
|
||||
|
||||
# clusterResourceNamespace: cert-manager
|
||||
|
||||
namespace: cert-manager
|
Reference in New Issue
Block a user