public k8s config for my alrest cluster
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: start migrating apps in ns default

Signed-off-by: Xe Iaso <me@xeiaso.net>

+16
+1
kustomization.yaml
··· 2 2 - ./meta 3 3 - ./pipelines 4 4 - ./tangled 5 + - ./x
+12
x/design.within.website.yaml
··· 1 + apiVersion: x.within.website/v1 2 + kind: App 3 + metadata: 4 + name: design-demo 5 + 6 + spec: 7 + image: ghcr.io/xe/x/design.within.website:latest 8 + autoUpdate: true 9 + 10 + ingress: 11 + enabled: true 12 + host: design.within.website
+3
x/kustomization.yaml
··· 1 + namespace: default 2 + resources: 3 + - ./design.within.website.yaml