mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
Add support for variable subsitution in Ingress hosts
This commit is contained in:
12
pkg/commands/build/testdata/testcase-variable-ref-ingress/in/base/service.yaml
vendored
Normal file
12
pkg/commands/build/testdata/testcase-variable-ref-ingress/in/base/service.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nginx
|
||||
labels:
|
||||
app.kubernetes.io/component: nginx
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: http
|
||||
Reference in New Issue
Block a user