33#
44# ALB Ingress Controller: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v1.1/
55# External DNS: https://kubernetes-sigs.github.io/external-dns/latest/docs/tutorials/aws/
6- # GP3 Storage:
76#
87
98graylog :
@@ -16,8 +15,6 @@ graylog:
1615 enabled : true
1716 storageClass : " gp3"
1817 size : 5Gi
19- podAnnotations :
20- karpenter.sh/do-not-disrupt : " true"
2118 inputs :
2219 - port : 12201
2320 targetPort : 12201
@@ -38,74 +35,35 @@ datanode:
3835 karpenter.sh/do-not-disrupt : " true"
3936
4037ingress :
41- enabled : true
42- className : " alb"
43- annotations :
44- alb.ingress.kubernetes.io/certificate-arn : arn:aws:acm:us-east-1:000000000000:certificate/00000000-0000-0000-0000-000000000000
45- alb.ingress.kubernetes.io/group.name : some-graylog
46- alb.ingress.kubernetes.io/healthcheck-interval-seconds : " 5"
47- alb.ingress.kubernetes.io/healthcheck-path : /
48- alb.ingress.kubernetes.io/healthcheck-port : " 9000"
49- alb.ingress.kubernetes.io/healthcheck-protocol : HTTP
50- alb.ingress.kubernetes.io/healthcheck-timeout-seconds : " 2"
51- alb.ingress.kubernetes.io/healthy-threshold-count : " 2"
52- alb.ingress.kubernetes.io/listen-ports : ' [{"HTTP": 80}, {"HTTPS": 443}]'
53- alb.ingress.kubernetes.io/load-balancer-attributes : " deletion_protection.enabled=false"
54- alb.ingress.kubernetes.io/scheme : internet-facing
55- alb.ingress.kubernetes.io/security-groups : sg-00000000000000000,sg-00000000000000001,sg-00000000000000002,sg-000000000000000003
56- alb.ingress.kubernetes.io/ssl-policy : ELBSecurityPolicy-TLS13-1-2-2021-06
57- alb.ingress.kubernetes.io/ssl-redirect : " 443"
58- alb.ingress.kubernetes.io/success-codes : " 200"
59- alb.ingress.kubernetes.io/target-type : ip
60- alb.ingress.kubernetes.io/unhealthy-threshold-count : " 2"
61- external-dns.alpha.kubernetes.io/hostname : some-graylog.example.com
62- hosts :
63- - host : some-graylog.example.com
64- paths :
65- - path : /
66- pathType : Prefix
67- backend :
68- service :
69- name : graylog-app
70- port :
71- name : app
72-
73-
74-
75- # GLC Values
76- # -- NOT PUBLIC --
77-
78-
79- ingress :
80- enabled : true
81- className : " alb"
82- annotations :
83- alb.ingress.kubernetes.io/certificate-arn : arn:aws:acm:us-east-1:446604966667:certificate/1f6c138c-9715-4d3a-920d-a3778610a845
84- alb.ingress.kubernetes.io/group.name : helm-graylog-2
85- alb.ingress.kubernetes.io/healthcheck-interval-seconds : " 5"
86- alb.ingress.kubernetes.io/healthcheck-path : /
87- alb.ingress.kubernetes.io/healthcheck-port : " 9000"
88- alb.ingress.kubernetes.io/healthcheck-protocol : HTTP
89- alb.ingress.kubernetes.io/healthcheck-timeout-seconds : " 2"
90- alb.ingress.kubernetes.io/healthy-threshold-count : " 2"
91- alb.ingress.kubernetes.io/listen-ports : ' [{"HTTP": 80}, {"HTTPS": 443}]'
92- alb.ingress.kubernetes.io/load-balancer-attributes : " deletion_protection.enabled=false"
93- alb.ingress.kubernetes.io/scheme : internet-facing
94- alb.ingress.kubernetes.io/security-groups : sg-05b42e0c22b938a38,sg-0d54f3c5e52d08a73,sg-0600c2f5354ca87dc,sg-044bf3d08385a571a
95- alb.ingress.kubernetes.io/ssl-policy : ELBSecurityPolicy-TLS13-1-2-2021-06
96- alb.ingress.kubernetes.io/ssl-redirect : " 443"
97- alb.ingress.kubernetes.io/success-codes : " 200"
98- alb.ingress.kubernetes.io/target-type : ip
99- alb.ingress.kubernetes.io/unhealthy-threshold-count : " 2"
100- external-dns.alpha.kubernetes.io/hostname : helm-graylog-2.dev.graylog.cloud
101- hosts :
102- - host : helm-2.dev.graylog.cloud
103- paths :
104- - path : /
105- pathType : Prefix
106- backend :
107- service :
108- name : graylog-app
109- port :
110- name : app
111- # -- NOT PUBLIC --
38+ web :
39+ enabled : true
40+ className : " alb"
41+ annotations :
42+ alb.ingress.kubernetes.io/certificate-arn : arn:aws:acm:us-east-1:000000000000:certificate/00000000-0000-0000-0000-000000000000
43+ alb.ingress.kubernetes.io/group.name : some-graylog
44+ alb.ingress.kubernetes.io/healthcheck-interval-seconds : " 5"
45+ alb.ingress.kubernetes.io/healthcheck-path : /
46+ alb.ingress.kubernetes.io/healthcheck-port : " 9000"
47+ alb.ingress.kubernetes.io/healthcheck-protocol : HTTP
48+ alb.ingress.kubernetes.io/healthcheck-timeout-seconds : " 2"
49+ alb.ingress.kubernetes.io/healthy-threshold-count : " 2"
50+ alb.ingress.kubernetes.io/listen-ports : ' [{"HTTP": 80}, {"HTTPS": 443}]'
51+ alb.ingress.kubernetes.io/load-balancer-attributes : " deletion_protection.enabled=false"
52+ alb.ingress.kubernetes.io/scheme : internet-facing
53+ alb.ingress.kubernetes.io/security-groups : sg-00000000000000000,sg-00000000000000001,sg-00000000000000002,sg-000000000000000003
54+ alb.ingress.kubernetes.io/ssl-policy : ELBSecurityPolicy-TLS13-1-2-2021-06
55+ alb.ingress.kubernetes.io/ssl-redirect : " 443"
56+ alb.ingress.kubernetes.io/success-codes : " 200"
57+ alb.ingress.kubernetes.io/target-type : ip
58+ alb.ingress.kubernetes.io/unhealthy-threshold-count : " 2"
59+ external-dns.alpha.kubernetes.io/hostname : some-graylog.example.com
60+ hosts :
61+ - host : some-graylog.example.com
62+ paths :
63+ - path : /
64+ pathType : Prefix
65+ backend :
66+ service :
67+ name : graylog-app
68+ port :
69+ name : app
0 commit comments