diff options
| author | R-man3000 <rasmus.luha@gmail.com> | 2026-05-30 21:27:30 +0300 |
|---|---|---|
| committer | R-man3000 <rasmus.luha@gmail.com> | 2026-05-30 21:27:30 +0300 |
| commit | 974d4457148e9a9ff3a0231eece663d04faaf16d (patch) | |
| tree | 59ce91682030791e04b2b7e342580138d6bad79a /apps/heimdall/old_manifests/ingress.yaml | |
| parent | f933430bdc951fbbf64c83ac31357d41846bb69e (diff) | |
Restructurig, start creating heimdall helm chart
Diffstat (limited to 'apps/heimdall/old_manifests/ingress.yaml')
| -rw-r--r-- | apps/heimdall/old_manifests/ingress.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/heimdall/old_manifests/ingress.yaml b/apps/heimdall/old_manifests/ingress.yaml new file mode 100644 index 0000000..407afd5 --- /dev/null +++ b/apps/heimdall/old_manifests/ingress.yaml @@ -0,0 +1,19 @@ +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: heimdall-ingress + namespace: heimdall +spec: + ingressClassName: nginx + rules: + - http: + paths: + - path: / + pathType: Prefix + + backend: + service: + name: heimdall-service + + port: + number: 80 |
