Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GitCloneImage is the image used by the init container that clones the code. GitCloneImage = "ghcr.io/hubelia/ruby-jwt:latest" // WordpressRuntimeImage is the base image used to run your code. WordpressRuntimeImage = "docker.io/bitpoke/wordpress-runtime:6.0.2-php-8.1" // IngressClass is the default ingress class used used for creating WordPress ingresses. IngressClass = "hubelia-wp-stack" // LeaderElection determines whether or not to use leader election when starting the manager. LeaderElection = false // LeaderElectionNamespace determines the namespace in which the leader election resource will be created. LeaderElectionNamespace = namespace() // LeaderElectionID determines the name of the resource that leader election will use for holding the leader lock. LeaderElectionID = "q7e8p7jr.wordpress-operator.bitpoke.io" // MetricsBindAddress is the TCP address that the controller should bind to for serving prometheus metrics. // It can be set to "0" to disable the metrics serving. MetricsBindAddress = ":8080" // HealthProbeBindAddress is the TCP address that the controller should bind to for serving health probes. HealthProbeBindAddress = ":8081" // WatchNamespace sets the Namespace field, which restricts the manager's cache to watch objects in the desired namespace. WatchNamespace = os.Getenv("WATCH_NAMESPACE") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.