mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
add namespaces to flux resources
This commit is contained in:
parent
000a878d7b
commit
3774090ccb
@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: example-app-1
|
||||
namespace: default
|
||||
data:
|
||||
config.json: |
|
||||
{
|
||||
|
@ -4,6 +4,7 @@ metadata:
|
||||
name: example-app-1
|
||||
labels:
|
||||
app: example-app-1
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -1,6 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
namespace: default
|
||||
name: example-app-1
|
||||
labels:
|
||||
app: example-app-1
|
||||
|
Loading…
x
Reference in New Issue
Block a user