appptrocol is pointer
All checks were successful
Build and Publish / build-release (push) Successful in 8m58s
All checks were successful
Build and Publish / build-release (push) Successful in 8m58s
This commit is contained in:
@@ -42,6 +42,7 @@ import (
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
"k8s.io/apimachinery/pkg/types"
|
||||
"k8s.io/client-go/util/workqueue"
|
||||
"k8s.io/utils/ptr"
|
||||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
"sigs.k8s.io/controller-runtime/pkg/client"
|
||||
"sigs.k8s.io/controller-runtime/pkg/controller"
|
||||
@@ -418,7 +419,7 @@ func (r *ClusterReconciler) reconcileDefaultService(ctx context.Context, zitadel
|
||||
{
|
||||
Name: deployment.ZitadelName,
|
||||
Port: deployment.ZitadelPort,
|
||||
AppProtocol: "h2c",
|
||||
AppProtocol: ptr.To("h2c"),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user