Skip to content

Commit

Permalink
remove backend config for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra committed Apr 3, 2024
1 parent 0316ac6 commit c5a4fb3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 40 deletions.

This file was deleted.

7 changes: 1 addition & 6 deletions charts/firehose-antelope/charts/firehose/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ service:
labels:
monitoring: "true"
monitor: prometheus
type: NodePort
type: ClusterIP
ports:
- protocol: TCP
name: grpc
Expand All @@ -48,11 +48,6 @@ service:
name: prometheus
port: 9102
targetPort: 9102
annotations:
beta.cloud.google.com/backend-config: '{"default": "firehose-bec-https"}'
cloud.google.com/app-protocols: '{"grpc":"HTTP2"}'
cloud.google.com/neg: '{"ingress":true}'
datree.skip/SERVICE_INCORRECT_TYPE_VALUE_NODEPORT: require to be exposed

livenessProbe:
# httpGet:
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions charts/firehose-antelope/charts/substreams-tier1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

backendconfig:
enabled: false
type: HTTPS

statefulset:
enabled: true
serviceAccountName: app-data-reader
Expand Down

0 comments on commit c5a4fb3

Please sign in to comment.