generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
926e44c
commit 7543b8d
Showing
9 changed files
with
335 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters