Skip to content

Commit 79ee0bf

Browse files
committed
Small fixes
1 parent 53751d1 commit 79ee0bf

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
vagrant-bash/.vagrant
2-
vagrant-ansible/.vagrant
3-
.idea
1+
.vagrant/
2+
.idea/
43
.DS_Store

vagrant-ansible/Vagrantfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# -*- mode: ruby -*-
2+
# vi: set ft=ruby :
3+
14
IMAGE_NAME = "ubuntu/focal64"
25
NODE_COUNT = 2
36

vagrant-bash/bootstrap-k8s-nfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ exportfs -rav
2323
# Enable NFS service
2424
echo "[TASK 3] Enable and start NFS service"
2525
systemctl enable nfs-server >/dev/null 2>&1
26-
systemctl start nfs-server
26+
systemctl start nfs-server

yaml/metallb/dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ spec:
3030
app: shopapp-user-service
3131
ports:
3232
- port: 8080
33-
type: LoadBalancer
33+
type: LoadBalancer

0 commit comments

Comments
 (0)