Skip to content

Commit

Permalink
Main merge to release-7.1.1 (#180)
Browse files Browse the repository at this point in the history
* Requests deployments for nbs-gateway and modernization-api (#175)

* updating helm chart charts/page-builder-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.7fca708

* updating helm chart charts/dataingestion-service/values-int1.yaml with image tag 1.0.1-SNAPSHOT.6d2277d

* updating helm chart charts/dataingestion-service/values-int1.yaml with image tag 1.0.1-SNAPSHOT.f2759a6

* updating helm chart charts/page-builder-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.f058b96

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.f058b96

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.e9e8ca9

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.456bae6

* updating helm chart charts/dataingestion-service/values-int1.yaml with image tag 1.0.1-SNAPSHOT.e1fa982

* updating helm chart charts/dataingestion-service/values-int1.yaml with image tag 1.0.1-SNAPSHOT.be28531

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.1563855

* updating helm chart charts/dataingestion-service/values-int1.yaml with image tag 1.0.1-SNAPSHOT.1f5f2ea

* feature team helm charts (#176)

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.e2ce0f6

* resource limit memory updates (#177)

* updating helm chart charts/page-builder-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.264f72a

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.9d6a00e

* Update values-feature.yaml (#178)

* updating helm chart charts/nbs-gateway/values-int1.yaml with image tag 1.0.1-SNAPSHOT.deb4b7d

* updating helm chart charts/page-builder-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.e0c3e3f

* updating helm chart charts/page-builder-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.deb4b7d

* updating helm chart charts/page-builder-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.a407cee

* updated values files for feature env (#179)

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.4693a65

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.9b3241a

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.c427f96

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.8ed4c97

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.bb850ce

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.ce83f69

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.5e3fcfc

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.c72edf6

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.0c16e9e

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.8c97e89

* updating helm chart charts/page-builder-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.f3ef54c

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.b2e4be1

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.dbbde17

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.cc1bbf9

* updating helm chart charts/modernization-api/values-int1.yaml with image tag 1.0.1-SNAPSHOT.a4eb169

---------

Co-authored-by: Adam Loup <[email protected]>
Co-authored-by: eq-cdc-nbs-github-svc <[email protected]>
Co-authored-by: Kashyap Ramakur <[email protected]>
  • Loading branch information
4 people authored Dec 12, 2023
1 parent 926e44c commit 7543b8d
Show file tree
Hide file tree
Showing 9 changed files with 335 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/dataingestion-service/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "int1"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.8376b26
tag: 1.0.1-SNAPSHOT.1f5f2ea

imagePullSecrets: []
nameOverride: ""
Expand Down
57 changes: 57 additions & 0 deletions charts/elasticsearch-efs/values-feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
replicaCount: 1

image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-RC_20230928.f0e3eab

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
create: true
annotations: {}
name: ""

podAnnotations: {}

podSecurityContext: {}

securityContext:
runAsUser: 1000
fsGroup: 1000

service:
type: ClusterIP
port: 9200
port2: 9300

ingress:
enabled: false
className: ""
annotations: {}
tls: []

resources:
limits:
memory: "1Gi"

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80

nodeSelector: {}

tolerations: []

affinity: {}

pvc:
esPvClaim:
storageClass: efs-es
storageRequest: 20Gi

efsFileSystemId: ""
76 changes: 76 additions & 0 deletions charts/modernization-api/values-feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
replicaCount: 1

env: "feature"

image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.9d6a00e

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
create: true
annotations: {}
name: ""

podAnnotations: {}

podSecurityContext: {}

securityContext: {}

service:
type: ClusterIP
port: 8080
httpsPort: 443
gatewayPort: 8000
pageBuilderPort: 8095

pageBuilder:
enabled: "true"

ingress:
enabled: true
className: "nginx"
tls:
- secretName: app.feature.nbspreview.com
hosts:
- app.feature.nbspreview.com

# determine whether or not to use istio-gateway for ingress (only 1 ingress should be used to prevent conflicts)
istioGatewayIngress:
enabled: false
host: app.feature.nbspreview.com
gatewayNamespace: "istio-ingress"
certificateName: ""
certificateIssuerName: "letsencrypt-production"

nbsExternalName: app-classic.feature.nbspreview.com

resources:
limits:
memory: "1Gi"

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80

nodeSelector: {}

tolerations: []

affinity: {}

ingressHost: "app.feature.nbspreview.com"

elasticSearchHost: "http://elasticsearch.default.svc.cluster.local:9200"

jdbc:
connectionString: ""
user: ""
password: ""
2 changes: 1 addition & 1 deletion charts/modernization-api/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "int1"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.b215e1f
tag: 1.0.1-SNAPSHOT.a4eb169

imagePullSecrets: []
nameOverride: ""
Expand Down
33 changes: 33 additions & 0 deletions charts/nbs-gateway/values-feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
deployment:
replicas: 1

env: "feature"

image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.deb4b7d

gatewayService:
ports:
- name: http
port: 8000
targetPort: 8000
- name: https
port: 443
targetPort: 8000
type: ClusterIP
kubernetesClusterDomain: cluster.local

pageBuilder:
enabled: "true"

resources: {}

nbsExternalName: app-classic.feature.nbspreview.com

ingressHost: "app.feature.nbspreview.com"

modernizationApiHost: "modernization-api.default.svc.cluster.local:8080"

pagebuilderApiHost: "page-builder-api.default.svc.cluster.local:8095"
2 changes: 1 addition & 1 deletion charts/nbs-gateway/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env: "int1"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.b7f9d59
tag: 1.0.1-SNAPSHOT.deb4b7d

gatewayService:
ports:
Expand Down
90 changes: 90 additions & 0 deletions charts/nifi-efs/values-feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
replicaCount: 1

image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-RC_20230928.f0e3eab

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
create: true
annotations: {}
name: ""

podAnnotations: {}

podSecurityContext: {}

securityContext: {}

service:
type: ClusterIP
port: 8443

ingress:
enabled: true
className: "nginx"
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/upstream-vhost: "localhost:8443"
nginx.ingress.kubernetes.io/proxy-redirect-from: "https://localhost:8443"
nginx.ingress.kubernetes.io/proxy-redirect-to: "https://nifi.feature.nbspreview.com"
cert-manager.io/cluster-issuer: "letsencrypt-production"
tls:
- secretName: nifi.feature.nbspreview.com
hosts:
- nifi.feature.nbspreview.com
hosts:
- host: nifi.feature.nbspreview.com
paths:
- path: /
pathType: Prefix
backend:
service:
name: nifi
port:
number: 8443

resources:
limits:
memory: "2Gi"

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80

nodeSelector: {}

tolerations: []

affinity: {}

containerPort: 8443

pvc:
nifiPvClaim:
storageRequest: 20Gi

efsFileSystemId: ""

### Nifi Configurations ###

jvmheap:
init: "1g"
max: "1g"

jdbcConnectionString: ""
elasticSearchHost: "http://elasticsearch.default.svc.cluster.local:9200"

# Default NiFi Admin Username and Password. Password must be minimum of 12 characters
singleUserCredentialsUsername: ""
singleUserCredentialsPassword: ""

# NiFi Sensitive Props Key. Specifies the source string used to derive an encryption key.
# The Sensitive Properties Key is not the encryption key itself, but the password from which NiFi derives the actual encryption key.
nifiSensitivePropsKey: ""
75 changes: 75 additions & 0 deletions charts/page-builder-api/values-feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
replicaCount: 1

env: "feature"

image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.a407cee

# Host URL for application
ingressHost: app.feature.nbspreview.com

# URL for access to classic application
nbsExternalName: app-classic.feature.nbspreview.com

#Database access credentials
jdbc:
connectionString: ""
user: ""
password: ""

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
create: true
annotations: {}
name: ""

podAnnotations: {}

podSecurityContext: {}

securityContext: {}

service:
type: ClusterIP
port: 8095
httpsPort: 443
gatewayPort: 8000

# determine whether or not to use nginx for ingress (only 1 ingress should be used to prevent conflicts)
ingress:
enabled: true
className: "nginx"
# tls:
# - secretName: app.example.com
# hosts:
# - app.example.com

# determine whether or not to use istio-gateway for ingress (only 1 ingress should be used to prevent conflicts)
istioGatewayIngress:
enabled: false
# host: app.example.com
gatewayNamespace: "istio-ingress"
certificateName: ""
certificateIssuerName: "letsencrypt-production"

# Kubernetes resource limits
resources:
limits:
memory: "1Gi"

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80

nodeSelector: {}

tolerations: []

affinity: {}
2 changes: 1 addition & 1 deletion charts/page-builder-api/values-int1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "int1"
image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.3ba3540
tag: 1.0.1-SNAPSHOT.f3ef54c

# Host URL for application
ingressHost: app.int1.nbspreview.com
Expand Down

0 comments on commit 7543b8d

Please sign in to comment.