Newer
Older
KubernetesApplication / Blog / kustomization.yaml
@yangyang xie yangyang xie on 31 Aug 2022 242 bytes add more k8s bundle
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: web
resources:
# - namespace.yaml
- secret.yaml
- service.yaml
- deployment.yaml
- ingress.yaml

images:
- name: docker.jerxie.com/personal-web:k8s
  newTag: pipeline