this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hmm

+17 -19
+17 -19
k8s/nebula/apps/school/blog/app/hr.yaml
··· 87 87 enabled: true 88 88 className: "external-nginx" 89 89 annotations: 90 - #nginx.ingress.kubernetes.io/force-ssl-redirect: "true" 90 + nginx.ingress.kubernetes.io/force-ssl-redirect: "true" 91 91 cert-manager.io/cluster-issuer: "letsencrypt-production" 92 92 external-dns.alpha.kubernetes.io/target: "r.home.skym.fi" 93 93 ··· 104 104 - "${HOSTNAME}" 105 105 #secretName: ${HOSTNAME}-prod-tls 106 106 107 - # int: 108 - # className: "internal-nginx" 109 - # annotations: 110 - # #nginx.ingress.kubernetes.io/force-ssl-redirect: "true" 111 - # cert-manager.io/cluster-issuer: "zerossl-production" 112 - # external-dns.alpha.kubernetes.io/target: "r.home.skym.fi" 113 - # 114 - # hosts: 115 - # - host: "${HOSTNAME}" 116 - # paths: 117 - # - path: / 118 - # pathType: Prefix 119 - # service: 120 - # identifier: app 121 - # port: http 122 - # tls: 123 - # - hosts: 124 - # - "${HOSTNAME}" 107 + int: 108 + className: "internal-nginx" 109 + annotations: 110 + nginx.ingress.kubernetes.io/force-ssl-redirect: "true" 111 + 112 + hosts: 113 + - host: "${HOSTNAME}" 114 + paths: 115 + - path: / 116 + pathType: Prefix 117 + service: 118 + identifier: app 119 + port: http 120 + tls: 121 + - hosts: 122 + - "${HOSTNAME}" 125 123 # secretName: ${HOSTNAME}-prod-tls 126 124 127 125