mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-24 05:48:08 +08:00
Fix references to podSelector in k8s manifests (#2187)
This commit is contained in:
@@ -98,7 +98,7 @@ be configured on the service entry.
|
||||
This works by creating a label selector `app.kubernetes.io/name=home-assistant`,
|
||||
which typically will be the same both for the ingress and the deployment. However,
|
||||
some deployments can be complex and will not conform to this rule. In such
|
||||
cases the `podSelector` variable can bridge the gap. Any field selector can
|
||||
cases the `pod-selector` variable can bridge the gap. Any field selector can
|
||||
be used in it which allows for some powerful selection capabilities.
|
||||
|
||||
For instance, it can be utilized to roll multiple underlying deployments under
|
||||
@@ -112,7 +112,7 @@ one application to see a high-level aggregate:
|
||||
description: Matrix Synapse Powered Chat
|
||||
app: matrix-element
|
||||
namespace: comms
|
||||
podSelector: >-
|
||||
pod-selector: >-
|
||||
app.kubernetes.io/instance in (
|
||||
matrix-element,
|
||||
matrix-media-repo,
|
||||
|
||||
Reference in New Issue
Block a user