Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vagrant/machines/default/virtualbox/action_set_name
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1775761002
1778158287
2 changes: 1 addition & 1 deletion .vagrant/machines/default/virtualbox/id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71b90015-a795-4129-b975-f4d5a0796f1e
78bdca32-96b1-4c68-a8e2-722642a70cdd
2 changes: 1 addition & 1 deletion .vagrant/machines/default/virtualbox/index_uuid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
412210d4f6ce475a9f760bed593913cd
515b21fc17394b05b2c07f3a03b39268
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/jammy64"
config.vm.hostname = "lab11"
config.vm.hostname = "lab15-statefulset"

# Disable project folder sharing inside the VM.
# This avoids common Windows path issues (spaces, Cyrillic characters)
Expand All @@ -21,7 +21,7 @@ Vagrant.configure("2") do |config|
config.ssh.insert_key = true

config.vm.provider "virtualbox" do |vb|
vb.name = "lab11"
vb.name = "lab15-statefulset"
vb.memory = 6144
vb.cpus = 2
end
Expand Down
181 changes: 181 additions & 0 deletions a.txt

Large diffs are not rendered by default.

Loading