update k8s lib and use app-protocol
Some checks failed
Build and Publish / build-release (push) Failing after 8m7s
Some checks failed
Build and Publish / build-release (push) Failing after 8m7s
This commit is contained in:
@@ -416,8 +416,9 @@ func (r *ClusterReconciler) reconcileDefaultService(ctx context.Context, zitadel
|
||||
opts := builder.ServiceOpts{
|
||||
Ports: []corev1.ServicePort{
|
||||
{
|
||||
Name: deployment.ZitadelName,
|
||||
Port: deployment.ZitadelPort,
|
||||
Name: deployment.ZitadelName,
|
||||
Port: deployment.ZitadelPort,
|
||||
AppProtocol: "h2c",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user