Skip to content

Commit

Permalink
fix: ports
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored May 19, 2024
1 parent b1314d6 commit 32939b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: v0.1.0
description: This chart deploys the GlueOps Platform
name: glueops-platform
version: 0.43.0-rc4
version: 0.43.0-rc5
6 changes: 3 additions & 3 deletions templates/application-glueops-fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
fluentBitConfigName: glueops-core-fluent-bit-config-primary
hostNetwork: true
metricsPort: {{ .Values.host_network.fluentbit.primary_daemonset_port }}
metricsPort: {{ .Values.host_network.fluentbit.metrics_port }}
envVars:
- name: AWS_ACCESS_KEY_ID
value: "{{ .Values.glueops_backups.fluentbit_exporter_to_s3.aws_accessKey }}"
- name: AWS_SECRET_ACCESS_KEY
value: "{{ .Values.glueops_backups.fluentbit_exporter_to_s3.aws_secretKey }}"
ports:
- containerPort: 51114
name: "glueops-fluentbit-primary"
- containerPort: {{ .Values.host_network.fluentbit.app_port }}
name: "fluentbit"
image: "{{ .Values.container_images.app_fluentbit.image.registry }}/{{ .Values.container_images.app_fluentbit.image.repository }}:{{ .Values.container_images.app_fluentbit.image.tag }}"
positionDB:
hostPath:
Expand Down
3 changes: 2 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ host_network:
metricServer:
port: 45056
fluentbit:
primary_daemonset_port: 45070
app_port: 45070
metrics_port: 45071



Expand Down

0 comments on commit 32939b2

Please sign in to comment.