From 8a0fa9ad8887a46f509ad18a51594a5dc7b67cf1 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Sun, 20 Feb 2022 16:37:02 -0800 Subject: [PATCH] Very hard indeed --- jenkins-ingress.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/jenkins-ingress.yaml b/jenkins-ingress.yaml index cf0dec8..ec75430 100644 --- a/jenkins-ingress.yaml +++ b/jenkins-ingress.yaml @@ -10,17 +10,17 @@ metadata: cert-manager.io/cluster-issuer: dns-clusterissuer spec: rules: - - host: jenkins.thejimnicholson.com - http: - paths: - - path: / - pathType: Prefix - backend: - service - name: jenkins - port: - number: 8080 + - host: jenkins.thejimnicholson.com + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: jenkins + port: + number: 8080 tls: - - hosts: - - jenkins.thejimnicholson.com - secretName: jenkins-thejimnicholson-com \ No newline at end of file + - hosts: + - jenkins.thejimnicholson.com + secretName: jenkins-thejimnicholson-com \ No newline at end of file