Skip to content

Commit

Permalink
Merge pull request #127 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Mar 27, 2024
2 parents db8a11a + 6c356cd commit e24edc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ topology_template:
nifi_docker_image:
type: string
description: Nifi Docker image (apache/nifi)
default: ghcr.io/grycap/dcnios
default: ghcr.io/grycap/nifi-sse

node_templates:

Expand Down Expand Up @@ -406,11 +406,12 @@ topology_template:
name: nifi
namespace: nifi
annotations:
kubernetes.io/ingress.class: 'nginx'
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: basic-auth
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
ingressClassName: nginx
rules:
- http:
paths:
Expand Down

0 comments on commit e24edc5

Please sign in to comment.