mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 04:33:41 +00:00
squash me
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
7eb1b821a4
commit
e1f38204c6
5 changed files with 8 additions and 42 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: forgejo
|
||||
spec:
|
||||
selector:
|
||||
istio: gateway
|
||||
app: istio-ingressgateway
|
||||
servers:
|
||||
- port:
|
||||
number: 443
|
||||
|
|
|
|||
6
forgejo/namespace.yaml
Normal file
6
forgejo/namespace.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: forgejo
|
||||
labels:
|
||||
istio-injection: enabled
|
||||
|
|
@ -16,6 +16,6 @@ spec:
|
|||
prefix: /
|
||||
route:
|
||||
- destination:
|
||||
host: forgejo
|
||||
host: forgejo.forgejo.svc.cluster.local
|
||||
port:
|
||||
number: 80
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: metallb-config
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
path: metallb/config
|
||||
repoURL: https://github.com/gwg313/homelab-gitops
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: metallb-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
22
metallb.yaml
22
metallb.yaml
|
|
@ -1,22 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: metallb
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://metallb.github.io/metallb
|
||||
chart: metallb
|
||||
targetRevision: 0.14.5
|
||||
helm:
|
||||
releaseName: metallb
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: metallb-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue