Add secure portfolio foundation
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: portfolio
|
||||
|
||||
resources:
|
||||
- serviceaccount.yaml
|
||||
- resourcequota.yaml
|
||||
- limitrange.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
- networkpolicy.yaml
|
||||
- poddisruptionbudget.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: portfolio-site
|
||||
files:
|
||||
- index.html=site/index.html
|
||||
- name: portfolio-nginx
|
||||
files:
|
||||
- default.conf=nginx/default.conf
|
||||
|
||||
generatorOptions:
|
||||
labels:
|
||||
app.kubernetes.io/name: portfolio
|
||||
app.kubernetes.io/part-of: portfolio-platform
|
||||
Reference in New Issue
Block a user