nginx ftw
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
41ae6765f4
commit
6019477cda
5 changed files with 17 additions and 0 deletions
17
everything-app/files-web.yaml
Normal file
17
everything-app/files-web.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: files-web
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: files-web
|
||||
server: https://kubernetes.default.svc
|
||||
project: apps
|
||||
source:
|
||||
path: apps-kustomized/files-web
|
||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
Loading…
Add table
Reference in a new issue