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