19 lines
297 B
YAML
19 lines
297 B
YAML
|
image:
|
||
|
repository: httpd
|
||
|
tag: latest
|
||
|
pullPolicy: IfNotPresent
|
||
|
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 80
|
||
|
|
||
|
ingress:
|
||
|
enabled: true
|
||
|
hostname: hello-world.matthewaveryusa.com
|
||
|
ingressClassName: nginx
|
||
|
|
||
|
tls:
|
||
|
enabled: true
|
||
|
issuer: matthewaveryusa-issuer
|
||
|
secretName: matthewaveryusa-wildcard
|