fix(bootstrap): undo ingress split; that's only for SSL termination at the nginx controller
This commit is contained in:
parent
66fe180441
commit
801bd61352
1 changed files with 25 additions and 30 deletions
|
|
@ -1,30 +1,25 @@
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
|
||||
nginx.ingress.kubernetes.io/backend-protocol: "GRPC"
|
||||
# gethomepage.dev/enabled: "true"
|
||||
# gethomepage.dev/name: "ArgoCD"
|
||||
# gethomepage.dev/description: "Manage k8s applications"
|
||||
# gethomepage.dev/group: "System"
|
||||
name: argocd-server-grpc
|
||||
namespace: argocd
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: grpc.argocd.int.nc.landry.land
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
service:
|
||||
name: argogrpc
|
||||
port:
|
||||
number: 443
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- grpc.argocd.int.nc.landry.land
|
||||
secretName: argocd-grpc-tls
|
||||
# apiVersion: networking.k8s.io/v1
|
||||
# kind: Ingress
|
||||
# metadata:
|
||||
# annotations:
|
||||
# cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
# nginx.ingress.kubernetes.io/backend-protocol: "GRPC"
|
||||
# name: argocd-server-grpc
|
||||
# namespace: argocd
|
||||
# spec:
|
||||
# ingressClassName: nginx
|
||||
# rules:
|
||||
# - host: grpc.argocd.int.nc.landry.land
|
||||
# http:
|
||||
# paths:
|
||||
# - path: /
|
||||
# backend:
|
||||
# service:
|
||||
# name: argogrpc
|
||||
# port:
|
||||
# number: 443
|
||||
# pathType: Prefix
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - grpc.argocd.int.nc.landry.land
|
||||
# secretName: argocd-grpc-tls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue