add repo
This commit is contained in:
26
repo/kustomization.yaml
Normal file
26
repo/kustomization.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: repo
|
||||
|
||||
commonLabels:
|
||||
app.kubernetes.io/name: repo-mirror
|
||||
app.kubernetes.io/part-of: suse-repo
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- pvc.yaml
|
||||
- configmap/repo-sources.yaml
|
||||
- deployments/repo-server.yaml
|
||||
- services/service-http.yaml
|
||||
- services/service-samba.yaml
|
||||
- ingress/ingress-repo.yaml
|
||||
- cronjobs/repo-sync.yaml
|
||||
|
||||
images:
|
||||
- name: httpd
|
||||
newTag: "2.4"
|
||||
- name: alpine
|
||||
newTag: "latest"
|
||||
- name: dperson/samba
|
||||
newTag: "latest"
|
||||
Reference in New Issue
Block a user