wip: example app
This commit is contained in:
11
examples/k8s/k3d/cluster-config.yaml
Normal file
11
examples/k8s/k3d/cluster-config.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
apiVersion: k3d.io/v1alpha4
|
||||
kind: Simple
|
||||
metadata:
|
||||
name: sso-kustom
|
||||
servers: 1
|
||||
agents: 2
|
||||
ports:
|
||||
- port: 8080:80
|
||||
nodeFilters:
|
||||
- loadbalancer
|
4
examples/k8s/k3d/cluster/kustomization.yaml
Normal file
4
examples/k8s/k3d/cluster/kustomization.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- https://forge.cadoles.com/CadolesKube/c-kustom//base/cloudnative-pg-operator?ref=develop
|
Reference in New Issue
Block a user