Try changing load order
This commit is contained in:
@@ -1,16 +1,13 @@
|
|||||||
kind: Deployment
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: whoami
|
name: whoami
|
||||||
namespace: apps
|
namespace: apps
|
||||||
labels:
|
|
||||||
app: whoami
|
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: whoami
|
app: whoami
|
||||||
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
@@ -20,5 +17,4 @@ spec:
|
|||||||
- name: whoami
|
- name: whoami
|
||||||
image: traefik/whoami
|
image: traefik/whoami
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- containerPort: 80
|
||||||
containerPort: 80
|
|
||||||
@@ -11,5 +11,4 @@ spec:
|
|||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: flux-system
|
name: flux-system
|
||||||
path: ./apps
|
path: ./apps
|
||||||
prune: true
|
prune: true
|
||||||
wait: true
|
|
||||||
@@ -11,5 +11,4 @@ spec:
|
|||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: flux-system
|
name: flux-system
|
||||||
path: ./infrastructure
|
path: ./infrastructure
|
||||||
prune: true
|
prune: true
|
||||||
wait: true
|
|
||||||
5
clusters/talos/kustomization.yaml
Normal file
5
clusters/talos/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- infrastructure.yaml
|
||||||
|
- apps.yaml
|
||||||
Reference in New Issue
Block a user