Skip to content

Instantly share code, notes, and snippets.

@cdbkr
Created December 13, 2024 20:19
Show Gist options
  • Save cdbkr/00ed72ccf1ef4c5fc263eef27678e72e to your computer and use it in GitHub Desktop.
Save cdbkr/00ed72ccf1ef4c5fc263eef27678e72e to your computer and use it in GitHub Desktop.
app kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: services
resources:
- ingress.yaml
- deployment.yaml
images:
- name: app
newName: ********.***.ecr.eu-central-1.amazonaws.com/my-organization/simple-api
newTag: 1.1.38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment