Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base

patches:
- target:
kind: Ingress
name: octopub-ingress-products
path: octopub-ingress.yaml
- target:
kind: Service
name: octopub-products-deployment
path: octopub-products-deployment.yaml
- target:
kind: Deployment
name: octopub-products-service
path: octopub-products-service.yaml

configMapGenerator:
- name: product-service-env-vars
behavior: merge
env: variables.properties

images:
- name: octopussamples/octopub-products-microservice
newName: octopussamples/octopub-products-microservice
newTag: 20250917.431.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/rules/0/host
value: "update-manifests-kustomize-octopub-test"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/template/spec/containers/0/ports/0/containerPort
value: 8083
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- op: replace
path: /spec/ports/0/port
value: 8083
- op: replace
path: /spec/ports/0/targetPort
value: 8083