fixed typos
This commit is contained in:
parent
4497e7fb68
commit
a6a1e88544
7 changed files with 34 additions and 34 deletions
|
|
@ -1,10 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: webhook-interseptor
|
||||
namespace: webhook-interseptor
|
||||
name: webhook-interceptor
|
||||
namespace: webhook-interceptor
|
||||
labels:
|
||||
app: webhook-interseptor
|
||||
app: webhook-interceptor
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
|
|
@ -12,4 +12,4 @@ spec:
|
|||
port: 80
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: webhook-interseptor
|
||||
app: webhook-interceptor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue