add source code and readme
This commit is contained in:
16
manifests/applications/write-freely/kustomization.yaml
Normal file
16
manifests/applications/write-freely/kustomization.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- secret.yaml
|
||||
- storage.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
|
||||
# commonLabels removed to avoid immutable selector conflict
|
||||
# commonLabels:
|
||||
# app.kubernetes.io/name: writefreely
|
||||
# app.kubernetes.io/instance: writefreely
|
||||
# app.kubernetes.io/component: blogging
|
||||
Reference in New Issue
Block a user