Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
utilities
Import Process CLI
Commits
f9666cf6
Commit
f9666cf6
authored
Sep 29, 2021
by
Jonas Waeber
Browse files
Update ingress for kafka magic to 1.22
parent
1a45bea0
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/kafka/magic/templates/kafkamagic-ingress.yml
View file @
f9666cf6
apiVersion
:
networking.k8s.io/v1
beta1
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
kind
:
Ingress
metadata
:
metadata
:
namespace
:
"
{{
.Values.k8sNamespace
}}"
namespace
:
"
{{
.Values.k8sNamespace
}}"
...
@@ -21,6 +21,9 @@ spec:
...
@@ -21,6 +21,9 @@ spec:
http
:
http
:
paths
:
paths
:
-
path
:
/
-
path
:
/
pathType
:
Prefix
backend
:
backend
:
serviceName
:
"
{{
.Values.k8sGroup
}}-{{
.Values.k8sName
}}-service"
service
:
servicePort
:
{{
.Values.servicePort
}}
name
:
"
{{
.Values.k8sGroup
}}-{{
.Values.k8sName
}}-service"
\ No newline at end of file
port
:
number
:
{{
.Values.servicePort
}}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment