Skip to content

Commit

Permalink
Add internal ingress for firefly-iii
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Sep 17, 2024
1 parent 20c68a7 commit 7928fe1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions kubernetes/apps/firefly-iii/firefly-iii/app/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
meta.helm.sh/release-name: firefly-iii
meta.helm.sh/release-namespace: firefly-iii
labels:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: firefly-iii
app.kubernetes.io/part-of: firefly-iii
helm.toolkit.fluxcd.io/name: firefly-iii
helm.toolkit.fluxcd.io/namespace: firefly-iii
k8s-app: firefly-iii
name: firefly-iii
namespace: firefly-iii
spec:
ingressClassName: internal
rules:
- host: firefly.clyde.tech
http:
paths:
- backend:
service:
name: firefly-iii
port:
name: http
path: /
pathType: Prefix
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
- ./ingress.yaml

0 comments on commit 7928fe1

Please sign in to comment.