Skip to content

Commit 36f5d2d

Browse files
committed
suppress npgsql 10 kerberos probe error
1 parent 7ebc9fe commit 36f5d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

k8s/base/worker/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
name: applicationname-rabbitmq
5353
key: password
5454
- name: postgres__connection-string
55-
value: 'Host=applicationname-database;Port=5432;Database=applicationname_snake;Username=$(database_username);Password=$(database_password)'
55+
value: 'Host=applicationname-database;Port=5432;Database=applicationname_snake;Username=$(database_username);Password=$(database_password);GSS Encryption Mode=Disable'
5656
- name: valkey__connection-string
5757
value: 'applicationname-cache:6379'
5858
livenessProbe:

0 commit comments

Comments
 (0)