We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a80417 commit cf19173Copy full SHA for cf19173
nagios/xi/nagios.yml
@@ -0,0 +1,31 @@
1
+kind: Deployment
2
+apiVersion: apps/v1
3
+metadata:
4
+ name: nagios-xi
5
+spec:
6
+ replicas: 1
7
+ selector:
8
+ matchLabels:
9
+ app: nagiosxi
10
+ template:
11
+ metadata:
12
+ labels:
13
14
+ spec:
15
+ nodeName: node1
16
+ containers:
17
+ - name: app
18
+ image: lerndevops/nagios:xi5.5.6
19
+
20
+---
21
+kind: Service
22
+apiVersion: v1
23
24
+ name: nagiosxi-svc
25
26
+ type: NodePort
27
28
29
+ ports:
30
+ - port: 80
31
+ targetPort: 80
0 commit comments